PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStringLayoutOptions Class / setLineSpacingAdjustment Method
Adjustment of the default line spacing.
In This Topic
    setLineSpacingAdjustment Method
    In This Topic
    Sets the line spacing adjustment.
    This value is added to default line spacing in order to increase or decrease the spacing between lines of text in a text box.
    Syntax
    public void setLineSpacingAdjustment( 
       double value
    )

    Parameters

    value
    Adjustment of the default line spacing.
    See Also